Remove an overlooked instance of gdk drawing api
authorMatthias Clasen <mclasen@redhat.com>
Fri, 14 Jan 2011 04:42:12 +0000 (23:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 14 Jan 2011 04:42:12 +0000 (23:42 -0500)
docs/reference/gtk/question_index.sgml

index f807bddb5152fce86eabf9d5c390d086615f0412..9da5c000e6073581884c309d1f20ced15194da90 100644 (file)
@@ -458,7 +458,7 @@ How do I draw text ?
 
 <answer>
 <para>
-To draw a piece of text, use a Pango layout and gdk_draw_layout().
+To draw a piece of text, use a Pango layout and pango_cairo_show_layout().
 <informalexample>
 <programlisting>
  layout = gtk_widget_create_pango_layout (widget, text);